PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations.a3d Package / PDF3DAnimation Class / getTimeMultiplier Method
In This Topic
    getTimeMultiplier Method
    In This Topic
    Gets the time multiplier. A value greater than one shortens the time it takes to play the animation, or effectively speeds up the animation. This value is ignored for animation types of PDF3DAnimationStyle.NONE.
    Syntax
    public double getTimeMultiplier()

    Return Value

    A positive number specifying the time multiplier to be used when running the animation.
    See Also